home *** CD-ROM | disk | FTP | other *** search
- property ancestor
-
- on new me, theSliderName, thecast, theThumbChannel, theThumbLoc, minPixel, maxPixel, initialSetting, numSettings, minSetting, maxSetting, isContinuous, isHoriz, directionOfIncrease, descendant
- if objectp(descendant) then
- PassObj = descendant
- else
- PassObj = me
- end if
- ancestor = new(script("slider thumb"), theSliderName, thecast, theThumbChannel, theThumbLoc, minPixel, maxPixel, initialSetting, numSettings, minSetting, maxSetting, isContinuous, isHoriz, directionOfIncrease, PassObj)
- return me
- end
-
- on performFunction me
- return me
- end
-
- on DoMouseUp me
- set the soundLevel to me.pSetting - 1
- beep()
- return me
- end
-